ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / AutoGenerateRows Property

In This Topic
    AutoGenerateRows Property (TransposedGrid<T>)
    In This Topic
    Gets or sets a value that determines whether the grid should generate rows automatically based on the itemsSource.
    Syntax
    'Declaration
     
    Public Overridable Property AutoGenerateRows As Boolean
    public virtual bool AutoGenerateRows {get; set;}
    See Also